inspector: Don't mark environment variables for translations
authorMatthias Clasen <mclasen@redhat.com>
Sat, 12 Jul 2014 02:29:58 +0000 (22:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Jul 2014 02:29:58 +0000 (22:29 -0400)
These names don't change with the locale, after all.

gtk/inspector/general.ui

index 12e8e9872b1c119d41622b8ec098c7c1077ee805..b20020a7c7d2a75c0ed0c2422fceb0505c8bbc1e 100644 (file)
                 <child>
                   <object class="GtkLabel" id="xdg_data_home_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">XDG_DATA_HOME</property>
+                    <property name="label">XDG_DATA_HOME</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                 <child>
                   <object class="GtkLabel" id="xdg_data_dirs_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">XDG_DATA_DIRS</property>
+                    <property name="label">XDG_DATA_DIRS</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                 <child>
                   <object class="GtkLabel" id="gtk_path_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">GTK_PATH</property>
+                    <property name="label">GTK_PATH</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                 <child>
                   <object class="GtkLabel" id="gtk_exe_prefix_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">GTK_EXE_PREFIX</property>
+                    <property name="label">GTK_EXE_PREFIX</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                 <child>
                   <object class="GtkLabel" id="gtk_data_prefix_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">GTK_DATA_PREFIX</property>
+                    <property name="label">GTK_DATA_PREFIX</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                 <child>
                   <object class="GtkLabel" id="gsettings_schema_dir_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">GSETTINGS_SCHEMA_DIR</property>
+                    <property name="label">GSETTINGS_SCHEMA_DIR</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>